@CHARSET "UTF-8";
/* 第三方插件所需要重写样式表 */

/* Bootstrap Container */
.container {
    width: 1280px !important;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* Bootstrap Pagination */
.pagination {
    margin-top: 0;
    margin-bottom: 9px;
}
.pagination > li > a,
.pagination > li > span {
    color: #e67817;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #e67817;
    color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #e67817;
    border-color: #e67817;
}

/* Headroom */
.headroom {
    position: fixed;
    z-index: 20;
    right: 0;
    left: 0;
    top: 0;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

/* carouFredSel */
#carousel-wrapper {
    width: 1140px;
    height: 555px;
}
#carousel div {
    cursor: pointer;
    margin-right: -716px;
    float: left;
    position: relative;
    box-shadow: 0 0 30px #000;
}
#carousel div:last-child {
    cursor: default;
}
#carousel div span {
    background-color: #fff;
    background-color: rgba(255,255,255, 0);
    color: #000;
    font-size: 25px;
    text-align: center;
    display: inline-block;
    width: 800px;
    height: 45px;
    line-height: 25px;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
#carousel div > a {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Allinone */
.textElement11_simple {
    width:100%;
    font: bold 18px/40px "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
    background:url(../img/textBg_transparency.png) !important;
    padding:0;
    text-align:left;
    text-indent: 18px;
    color:#ffffff;
}
.allinone_thumbnailsBanner.cool .thumbsHolderWrapper {
    border-top:1px solid #e66b19;
    height:120px !important;
}
.allinone_thumbnailsBanner img {
    width: 110px;
}
.textElement11_simple a {
    color: #ffffff !important;
}

.flexslider {
    border: 0;
}